home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2013 August / SAN CD 8-2013 CD-ROM 99.iso / pc / issueMedia / VP_Aug13.swf / scripts / DefineSprite_47 / frame_1 / DoAction_2.as next >
Encoding:
Text File  |  2013-06-25  |  124 b   |  7 lines

  1. var isForw = 0;
  2. this.onEnterFrame = function()
  3. {
  4.    bDir = !isForw ? -1 : 1;
  5.    gotoAndStop(_currentframe + bDir);
  6. };
  7.